home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / syscf420.zip / SYSCFG.DOC < prev    next >
Text File  |  1993-09-16  |  7KB  |  148 lines

  1. SYSCFG! (SYStem ConFiGuration) database program for maintaining multiple
  2.          AUTOEXEC.BAT & CONFIG.SYS files!
  3.          by MASTERWARE - (C)1990 John G. Kacmarcik, Jr.
  4.  
  5. Thank you for using SYSCFG.  SYSCFG is very easy to use and does not
  6. require extensive documentation.
  7.  
  8. When running SYSCFG, always change to the directory where SYSCFG.EXE is
  9. located.  SYSCFG will create database files if they don't exist.  For calling
  10. SYSCFG from anywhere, you can add this batch file to your batch file directory
  11. or any directory that is in you path:
  12.  
  13.                         @Echo Off
  14.                         C:
  15.                         cd \syscfg
  16.                         syscfg %1 %2 %3 %4
  17.  
  18. In the above example batch file you would, of course, change the drive and
  19. directory to match where you installed SYSCFG.
  20.  
  21. Menu choices are:
  22. 1. ADD    : Add a configuration to the database either manually, importing
  23.             current configuration, or copying another database record.
  24.  
  25. 2. BROWSE : Browse through each record in the database.  To view the part
  26.             of the text below the window size without going into the edit mode,
  27.             hit [PgUp] to view top file (AUTOEXEC) or [PgDn] to view bottom
  28.             file (CONFIG). To Edit just the Config name and note, press Alt-E
  29.             To save Autoexec & Config files to a different name, press Alt-S
  30.  
  31. 3. CONFIG : Shows configuration Names in a menu for write/reboot options.
  32.  
  33. 4. DATA BACKUP TO FLOPPY:  (New To Version 4) (*DELETE DATABASE removed)
  34.           : This choice will let you backup your data files to floppy disk
  35.             A: or B:  (* If you want to delete your database records for
  36.                          some reason, just type DEL SYSCFG.DB? at the DOS
  37.                          command line.  SYSCFG will create a new database
  38.                          the next time it is run.)
  39.  
  40. 5. EXTERNAL OPTIONS (Setup):
  41.           : You will be asked what drive you boot from and also have options
  42.             for disk caching, external reboot, and external editor.  If you
  43.             use an external editor, you must enter the FULL PATH to it and it
  44.             must be capable of accepting TWO filename parameters at the
  45.             command line: e.g. C:\ME\ME AUTOEXEC.#1 CONFIG.#1
  46.  
  47. 6. FIND   : Search for a text string or go directly to a specific record number.
  48.  
  49. 7. LIST   : List the record NAME and NOTE fields.
  50.  
  51. 8. SORT   : Sort database records by NAME or by NOTES.
  52.            (CAUTION: Sorting will renumber the database!  In case you're using
  53.             the command line option "SYSCFG #1" which automatically writes
  54.             the AUTOEXEC and CONFIG in the record number following the '#'.)
  55.  
  56. 9. VIEW   : View current AUTOEXEC.BAT, CONFIG.SYS, ENVIRONMENT & LAST SYSCFG
  57.             saved.
  58.  
  59. Q.        : Quits the program.
  60.  
  61.  
  62. The registered version has online editor command help by pressing [F1]
  63. Type SYSCFG /? or /HELP to display command line options.
  64.  
  65. These options are:
  66. *SYSCFG ![name_string] will automatically reconfigure the computer to the
  67.                        AUTOEXEC.BAT and CONFIG.SYS files found in the record
  68.                        NAME that matches the configuration name immediately
  69.                        following the '!' if found. (Don't type the '[' or ']')
  70.                        (Up to the 1st three words in the name can be searched)
  71.  
  72. *SYSCFG #[record#] will automatically reconfigure the computer to the
  73.                    AUTOEXEC.BAT & CONFIG.SYS files found in the record
  74.                    number that matches the number immediately following the '#'
  75.                    if it exists. ( e.g. SYSCFG #1 )
  76.  
  77. *NOTE: One the above two command line options, adding a /BOOT switch will
  78.        reboot the computer.
  79.  
  80. SYSCFG /L will List configuration NAMES and NOTES.
  81.  
  82. SYSCFG /N will list configuration record NUMBERS and NAMES.
  83.  
  84. SYSCFG /$[text_string] or SYSCFG /=[text_string]
  85.   - will search the database for the text string immediately following the
  86.     /$ or /= (up to three words)  <the /$ was added for batch file use>
  87.  
  88. SYSCFG /DUMP  will dump records to text files (AUTOEXEC.#1,CONFIG.#1,etc.)
  89.               (You can edit them with your favorite editor & import them
  90.               back in!  The syntax is the same for importing records.)
  91.  
  92. SYSCFG /SETUP  will let you setup SYSCFG for a different boot drive, cache
  93.                flushing and/or external reboot and editor options!
  94.  
  95. SYSCFG /REGISTER  will let you register SYSCFG if you have received a
  96.                   registration number from the author.  This will remove
  97.                   ALL the shareware screens.  AFTER you register the program,
  98.                   you can run an EXE file compression program on SYSCFG like
  99.                   PKLITE or LZEXE.  The registration procedure will NOT work
  100.                   if SYSCFG.EXE is compressed.  It can be compressed after
  101.                   registration.  (See ORDERFRM.DOC)
  102.  
  103. SYSCFG -LT  will make the title screen more readable on Laptops.
  104.  
  105. SYSCFG /Huh will show you the name of the last configuration SYSCFG wrote.
  106.  
  107. SYSCFG /MENU  or /M will list your configs in a menu for write/reboot options.
  108.  
  109.  
  110.  
  111. Comments are always welcome!  Phone: 215-437-9668 or call The
  112. AVI/MASTERWARE BBS - 215-437-7085 or write to MASTERWARE
  113.                                               816 N. 18th Street #2
  114.                                               Allentown, PA  18104
  115.  
  116. ***** Special thanks to KEVIN BEDNAR for his greatly appreciated help with
  117.       the registration routine.  Also special thanks to CRAIG GAUMER (ET)
  118.       and ED BACHMAN for many great ideas.
  119.  
  120.  
  121. !!! SPECIAL NOTE !!!
  122.  
  123.      If you are registered, keep a record of your NAME, PHONE NUMBER and
  124.      SERIAL NUMBER EXACTLY AS THEY APPEAR ON THE TITLE SCREEN.  If in the
  125.      future you see a later (ShareWare) version of this program on a BBS
  126.      or wherever, download it and you can register it by typing the program
  127.      name followed by the /REGISTER switch. (e.g. SYSCFG /REGISTER)
  128.      You can then enter your name, etc. and register the program at no
  129.      additional cost to you!  The shareware and registered EXE files are
  130.      the same.  Entering your registered information will turn off the
  131.      shareware restrictions.
  132.  
  133.      *** NOTE *** THE BUILT IN REGISTRATION SCHEME WILL NOT WORK IF THE
  134.                   EXE FILE IS COMPRESSED WITH PKLITE or LZEXE.  AFTER
  135.                   REGISTRATION, YOU CAN RUN AN EXE FILE COMPRESSOR ON
  136.                   THE PROGRAM IF YOU WISH.  (PKLITE IS MOST RELIABLE)
  137.  
  138. *NOTE* Version 4.01 fixes external cache flush and external boot error.
  139.        Also when at a record in the browse or search mode, [PgUp] will
  140.        invoke a simple edit/view mode for the AUTOEXEC and [PgDn] will
  141.        invoke a simple edit/view mode for the CONFIG.
  142.  
  143. ** Version 4.01 Release 4.  Added primitive mouse support.
  144. ** Version 4.20 Release 1.  Extended the editor line length to 256 
  145.                             characters for operating systems that
  146.                             support it.
  147.  
  148.